Component org.nuxeo.runtime.services.resource.ResourceService
In bundle org.nuxeo.runtime
Documentation
An event notification service. Notifications are grouped by topics.
Implementation
Class:
org.nuxeo.runtime.services.resource.ResourceService
Services
Extension Points
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.runtime.services.resource.ResourceService" version="1.0">
<documentation>
An event notification service. Notifications are grouped by topics.
@author Bogdan Stefanescu (bs@nuxeo.com)
</documentation>
<implementation class="org.nuxeo.runtime.services.resource.ResourceService"/>
<service>
<provide interface="org.nuxeo.runtime.services.resource.ResourceService" />
</service>
<extension-point name="resources">
<documentation>Enable clients to register resources contained in their bundle under a name</documentation>
<object class="org.nuxeo.runtime.services.resource.ResourceDescriptor"/>
</extension-point>
</component>